Søren Sandmann [Tue, 24 Aug 2004 22:37:23 +0000 (22:37 +0000)]
Fix logical errors in gtk_list_store_move_before/after(). (#150983, patch
Wed Aug 25 00:09:07 2004 Søren Sandmann <sandmann@redhat.com>
* gtk/gtkliststore.c (gtk_list_store_move_after): Fix logical
errors in gtk_list_store_move_before/after(). (#150983, patch by
Robert Ögren).
Søren Sandmann [Tue, 24 Aug 2004 22:23:29 +0000 (22:23 +0000)]
Remove debug spew
Wed Aug 25 00:22:48 2004 Søren Sandmann <sandmann@redhat.com>
* gtk/gtksequence.c: Remove debug spew
Matthias Clasen [Tue, 24 Aug 2004 20:25:15 +0000 (20:25 +0000)]
Use the correct index, and compare correctly, reported by Tommi
2004-08-24 Matthias Clasen <mclasen@redhat.com>
* gdk-pixbuf-loader.c (gdk_pixbuf_loader_new_with_mime_type): Use
the correct index, and compare correctly, reported by Tommi Komulainen.
Matthias Clasen [Tue, 24 Aug 2004 19:53:58 +0000 (19:53 +0000)]
Use the correct index, reported by Tommi Komulainen.
2004-08-24 Matthias Clasen <mclasen@redhat.com>
* gdk-pixbuf-loader.c (gdk_pixbuf_loader_new_with_mime_type): Use
the correct index, reported by Tommi Komulainen.
Søren Sandmann [Tue, 24 Aug 2004 19:48:38 +0000 (19:48 +0000)]
Just return if the parameters are identical. (#150159, Robert Ögren)
Tue Aug 24 21:46:42 2004 Søren Sandmann <sandmann@redhat.com>
* gtk/gtksequence.c (_gtk_sequence_move): Just return if the
parameters are identical. (#150159, Robert Ögren)
Matthias Clasen [Tue, 24 Aug 2004 14:51:39 +0000 (14:51 +0000)]
Handle action_group being NULL. (#150869, Tommi Komulainen)
2004-08-24 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkaction.c (connect_proxy, disconnect_proxy): Handle
action_group being NULL. (#150869, Tommi Komulainen)
Matthias Clasen [Tue, 24 Aug 2004 14:44:43 +0000 (14:44 +0000)]
Actually free the temporary pixbuf data.
Matthias Clasen [Tue, 24 Aug 2004 14:32:15 +0000 (14:32 +0000)]
Use the correct index variable. (#150941, Tommi Komulainen)
2004-08-24 Matthias Clasen <mclasen@redhat.com>
* gdk/gdkimage.c (allocate_scratch_images): Use the correct
index variable. (#150941, Tommi Komulainen)
Matthias Clasen [Tue, 24 Aug 2004 14:26:47 +0000 (14:26 +0000)]
Take header height and adjustment into account. (#136496, Pawek Salek)
2004-08-24 Matthias Clasen <mclasen@redhat.com>
* gtk/gtktreeview.c (gtk_tree_view_node_queue_redraw): Take header
height and adjustment into account. (#136496, Pawek Salek)
Matthias Clasen [Tue, 24 Aug 2004 13:54:26 +0000 (13:54 +0000)]
Work around bugs in the runlength encoder by forcing rowstride * height to
2004-08-24 Matthias Clasen <mclasen@redhat.com>
* gdk-pixdata.c (gdk_pixdata_from_pixbuf): Work around bugs in
the runlength encoder by forcing rowstride * height to be
divisible by bpp. (#150882)
Matthias Clasen [Tue, 24 Aug 2004 06:29:25 +0000 (06:29 +0000)]
Include visual index.
Tue Aug 24 02:28:21 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtk-docs.sgml: Include visual index.
* gtk/visual_index.xml: New file listing images for
visual index.
Matthias Clasen [Tue, 24 Aug 2004 06:27:05 +0000 (06:27 +0000)]
Add visual index images.
Tue Aug 24 02:26:25 2004 Matthias Clasen <maclas@gmx.de>
* gtk/Makefile.am (HTML_IMAGES): Add visual index images.
Jonathan Blandford [Mon, 23 Aug 2004 21:22:55 +0000 (21:22 +0000)]
add the doc shooter to the docs dir as an uninstalled helper tool.
Mon Aug 23 17:19:19 2004 Jonathan Blandford <jrb@redhat.com>
* configure.in:
* docs/tools/Makefile.am (clean-local): add the doc shooter to the
docs dir as an uninstalled helper tool.
Jonathan Blandford [Mon, 23 Aug 2004 20:57:03 +0000 (20:57 +0000)]
add images to the doc build.
Mon Aug 23 16:56:15 2004 Jonathan Blandford <jrb@redhat.com>
* gtk/Makefile.am: add images to the doc build.
Raymond Penners [Mon, 23 Aug 2004 20:53:53 +0000 (20:53 +0000)]
Scrollbar patch
Matthias Clasen [Mon, 23 Aug 2004 19:05:04 +0000 (19:05 +0000)]
Make it compile.
Matthias Clasen [Mon, 23 Aug 2004 17:10:34 +0000 (17:10 +0000)]
Add a user_time field.
2004-08-23 Matthias Clasen <mclasen@redhat.com>
* gdk/x11/gdkwindow-x11.h (struct _GdkToplevelX11): Add a
user_time field.
* gdk/x11/gdkwindow-x11.c (gdk_x11_window_set_user_time): Update
toplevel->user_time.
(show_window_internal): Update the user time when re-mapping a
toplevel window. (#150502, Elijah Newren)
Soeren Sandmann [Mon, 23 Aug 2004 15:51:44 +0000 (15:51 +0000)]
Remove conflict markers.
Mon Aug 23 17:33:52 2004 Soeren Sandmann <sandmann@redhat.com>
* ChangeLog: Remove conflict markers.
Matthias Clasen [Mon, 23 Aug 2004 15:37:23 +0000 (15:37 +0000)]
Fix #150822, reported by Christian Persch
2004-08-23 Matthias Clasen <mclasen@redhat.com>
Fix #150822, reported by Christian Persch
* gtk/gtklabel.c (gtk_label_ensure_layout): Set the layout width
appropriately when ellipsized.
(gtk_label_size_allocate): Only set the layout width if there
is a layout.
Matthias Clasen [Mon, 23 Aug 2004 15:12:04 +0000 (15:12 +0000)]
Support the latest EWMH additions to the _NET_ACTIVE_WINDOW client message
2004-08-23 Matthias Clasen <mclasen@redhat.com>
* gdk/x11/gdkwindow-x11.c (gdk_window_focus): Support the latest
EWMH additions to the _NET_ACTIVE_WINDOW client message
format. (#150668, Elijah Newren)
cinamod [Mon, 23 Aug 2004 14:11:28 +0000 (14:11 +0000)]
bump version number
Iñaki Larrañaga [Mon, 23 Aug 2004 11:04:04 +0000 (11:04 +0000)]
Updated Basque translation.
2004-08-23 Iñaki Larrañaga <dooteo@euskalgnu.org>
* eu.po: Updated Basque translation.
Matthias Clasen [Mon, 23 Aug 2004 05:19:52 +0000 (05:19 +0000)]
Set unused bits in pixel to 1s in case they are used as alpha; copying
Mon Aug 23 01:17:59 2004 Matthias Clasen <maclas@gmx.de>
* gdk/gdkrgb.c (gdk_rgb_xpixel_from_rgb_internal): Set unused
bits in pixel to 1s in case they are used as alpha; copying
code from gdk_colormap_alloc_colors(). (#150466, Rich Wareham)
Philip Langdale [Sun, 22 Aug 2004 23:45:36 +0000 (23:45 +0000)]
Two signals (gtk_action_sync_property and gtk_action_sync_sensitive) were
2004-08-22 Philip Langdale <plangdale@vmware.com>
* gtk/gtkaction.c (gtk_action_disconnect_proxy): Two signals
(gtk_action_sync_property and gtk_action_sync_sensitive) were
not being correctly disconnected, leading to actions continuing
to affect disconnected proxies. (#150607)
Tor Lillqvist [Sun, 22 Aug 2004 19:16:22 +0000 (19:16 +0000)]
Don't show TEMP windows in the Task Manager. Implement by calling
2004-08-22 Tor Lillqvist <tml@iki.fi>
* gdk/win32/gdkwindow-win32.c (gdk_window_new_internal,
gdk_window_new, gdk_window_set_skip_taskbar_hint): Don't show TEMP
windows in the Task Manager. Implement by calling
gdk_window_set_skip_taskbar_hint(TRUE) on them. (#145481, Tim
Evans)
Tor Lillqvist [Sun, 22 Aug 2004 16:59:14 +0000 (16:59 +0000)]
Report whole of (primary) monitor, including any taskbars. Excluding the
2004-08-22 Tor Lillqvist <tml@iki.fi>
* gdk/win32/gdkdisplay-win32.c (enum_monitor, gdk_display_open):
Report whole of (primary) monitor, including any taskbars.
Excluding the taskbar area from the "root window" reported to GDK
doesn't seem to be that useful although gdk/win32 had been doing it
for a very long time. (#149013, see also #145467 and #148526)
Soeren Sandmann [Sun, 22 Aug 2004 14:58:15 +0000 (14:58 +0000)]
gtk/gtkexpander.c
Sun Aug 22 16:55:15 2004 Soeren Sandmann <sandmann@daimi.au.dk>
* gtk/gtkexpander.c
* gtk/gtkalignment.c:
* gtk/gtktexttag.c
Make enums match property names. Found by a script by Tommi
Komulainen.
* gtk/gtkpaned.c (gtk_paned_class_init): fix min/max mixup.
Sun Aug 22 16:09:49 2004 Soeren Sandmann <sandmann@daimi.au.dk>
* gtk/gtkliststore.h (struct _GtkListStore):
* gtk/gtkliststore.c (gtk_list_store_init):
* gtk/gtkliststore.c (gtk_list_store_insert):
* gtk/gtkliststore.c (gtk_list_store_remove):
Restore length field; PyGTK and maybe others use it directly.
Soeren Sandmann [Sun, 22 Aug 2004 14:11:04 +0000 (14:11 +0000)]
Restore length field; PyGTK and maybe others use it directly.
Sun Aug 22 16:09:49 2004 Soeren Sandmann <sandmann@daimi.au.dk>
* gtk/gtkliststore.h (struct _GtkListStore):
* gtk/gtkliststore.c (gtk_list_store_init):
* gtk/gtkliststore.c (gtk_list_store_insert):
* gtk/gtkliststore.c (gtk_list_store_remove):
Restore length field; PyGTK and maybe others use it directly.
Soeren Sandmann [Sun, 22 Aug 2004 14:05:30 +0000 (14:05 +0000)]
s/CYCLE_HANDLE_FOCUS/CYCLE_CHILD_FOCUS/
Sun Aug 22 15:46:56 2004 Soeren Sandmann <sandmann@daimi.au.dk>
* gtk/gtkpaned.c (gtk_paned_class_init):
s/CYCLE_HANDLE_FOCUS/CYCLE_CHILD_FOCUS/
* gtk/gtkfontbutton.c (gtk_font_button_class_init):
s/PROP_SHOW_SIZE/PROP_SHOW_STYLE/
Both pointed out by Tommi Komulainen.
Soeren Sandmann [Sun, 22 Aug 2004 12:10:14 +0000 (12:10 +0000)]
Use PROP_MAX_POSITION, not PROP_MIN_POSITION for the max_position
Sun Aug 22 13:44:53 2004 Soeren Sandmann <sandmann@daimi.au.dk>
* gtk/gtkpaned.c (gtk_paned_class_init): Use PROP_MAX_POSITION,
not PROP_MIN_POSITION for the max_position property. Fix pointet
out by Tommi Komulainen.
Soeren Sandmann [Sun, 22 Aug 2004 12:03:46 +0000 (12:03 +0000)]
Normalize the position so we don't create paths with off-list indices.
Sun Aug 22 13:32:33 2004 Soeren Sandmann <sandmann@daimi.au.dk>
* gtk/gtkliststore.c (gtk_list_store_insert): Normalize the
position so we don't create paths with off-list
indices. (#150320).
Soeren Sandmann [Sun, 22 Aug 2004 10:31:49 +0000 (10:31 +0000)]
Use the correct tree path (#150289, Morten Welinder).
Sun Aug 22 12:04:59 2004 Soeren Sandmann <sandmann@daimi.au.dk>
* gtk/gtkliststore.c (gtk_list_store_sort_iter_changed): Use the
correct tree path (#150289, Morten Welinder).
Matthias Clasen [Sun, 22 Aug 2004 07:22:39 +0000 (07:22 +0000)]
Fix a mixup in the handling of dest_channels. (#111922, Christophe
Sun Aug 22 03:20:56 2004 Matthias Clasen <maclas@gmx.de>
* pixops/pixops.c (pixops_scale_nearest): Fix a mixup in the handling
of dest_channels. (#111922, Christophe Fergeau)
Matthias Clasen [Sun, 22 Aug 2004 04:11:14 +0000 (04:11 +0000)]
Fix #150406, reported by Fernando San Martín Woerner, patch by Gustavo
Sun Aug 22 00:08:44 2004 Matthias Clasen <maclas@gmx.de>
Fix #150406, reported by Fernando San Martín Woerner, patch
by Gustavo Carneiro.
* gtk/gtkentrycompletion.c
(gtk_entry_completion_default_completion_func): Check that
column is of type G_TYPE_STRING before proceeding.
Matthias Clasen [Sun, 22 Aug 2004 03:56:43 +0000 (03:56 +0000)]
Don't use an uninitialized tree iter. (#150414, Torsten Schoenfeld)
Sat Aug 21 23:53:39 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtktreestore.c (gtk_tree_store_swap): Don't use an
uninitialized tree iter. (#150414, Torsten Schoenfeld)
Matthias Clasen [Sun, 22 Aug 2004 03:38:42 +0000 (03:38 +0000)]
Fix #150738, Tomislav Jonjic.
Sat Aug 21 23:29:54 2004 Matthias Clasen <maclas@gmx.de>
Fix #150738, Tomislav Jonjic.
* gtk/gtktoolitem.h (GTK_IS_TOOL_ITEM_CLASS):
* gtk/gtktoolbutton.h (GTK_IS_TOOL_BUTTON_CLASS):
* gtk/gtktoggleaction.h (GTK_IS_TOGGLE_ACTION_CLASS):
* gtk/gtkseparatortoolitem.h (GTK_IS_SEPARATOR_TOOL_ITEM_CLASS):
* gtk/gtkradiotoolbutton.h (GTK_IS_RADIO_TOOL_BUTTON_CLASS):
* gtk/gtkradioaction.h (GTK_IS_RADIO_ACTION_CLASS):
* gtk/gtkuimanager.h (GTK_IS_UI_MANAGER_CLASS):
* gtk/gtkaction.h (GTK_IS_ACTION_CLASS): Fix macro definitions.
Owen Taylor [Fri, 20 Aug 2004 17:59:24 +0000 (17:59 +0000)]
Fix infinite loop that can occur for bad image data (#150601, Chris Evans,
Fri Aug 20 11:59:10 2004 Owen Taylor <otaylor@redhat.com>
* io-bmp.c: Fix infinite loop that can occur for bad
image data (#150601, Chris Evans, Manish Singh)
Manish Singh [Thu, 19 Aug 2004 00:25:27 +0000 (00:25 +0000)]
demos/testpixbuf-save.c Get rid of some unnecessary casts.
Wed Aug 18 17:25:26 2004 Manish Singh <yosh@gimp.org>
* demos/testpixbuf-save.c
* demos/gtk-demo/hypertext.c: Get rid of some unnecessary casts.
* demos/gtk-demo/appwindow.c: Make activate_email and activate_url
match the arguments for GtkAboutDialogActivateLinkFunc.
Manish Singh [Wed, 18 Aug 2004 23:18:15 +0000 (23:18 +0000)]
Initialize height from fixed_height before we do anything, so it always
Wed Aug 18 16:18:00 2004 Manish Singh <yosh@gimp.org>
* gtk/gtktreeview.c (gtk_tree_view_row_inserted): Initialize height
from fixed_height before we do anything, so it always has a valid
value.
* gtk/gtkfilechooserdefault.c (shortcuts_reload_icons): Fix call
to gtk_tree_model_get (missing "," in param list).
Federico Mena Quintero [Wed, 18 Aug 2004 16:30:58 +0000 (16:30 +0000)]
Merged from 2.4:
2004-08-18 Federico Mena Quintero <federico@ximian.com>
Merged from 2.4:
Fixes #149251:
* gtk/gtkfilechooserdefault.c: Renamed SHORTCUTS_COL_PATH to
SHORTCUTS_COL_DATA. Add SHORTCUTS_COL_IS_VOLUME, to determine
easily whether the SHORTCUTS_COL_DATA points to a GtkFilePath or a
GtkFileSystemVolume.
(shortcuts_model_create): Create a boolean column for
SHORTCUTS_COL_IS_VOLUME.
(shortcuts_reload_icons): Simplify with the use of the
SHORTCUTS_COL_IS_VOLUME column. Don't leak the pixbuf.
(shortcuts_insert_path): Add the SHORTCUTS_COL_IS_VOLUME data.
(shortcuts_free_row_data): New helper function; frees the data
columns for an iter.
(shortcuts_remove_rows): Don't take a callback for freeing the
data; free everything here instead. Use
shortcuts_free_row_data().
(volume_remove_cb): Removed.
(remove_bookmark_cb): Removed.
(remove_row_cb): Make this a single generic function to delete
rows.
(shortcuts_add_volumes): Use remove_row_cb().
(shortcuts_add_bookmarks): Likewise.
(struct _GtkFileChooserDefault): Removed the
shortcuts_current_folder_is_volume field.
(shortcuts_add_current_folder): Oops, don't free the volume.
(remove_current_folder_cb): Removed.
(shortcut_find_position): Simplify through the use of the
SHORTCUTS_COL_IS_VOLUME column.
(remove_selected_bookmarks): Assert that we don't get a volume.
(shortcuts_reorder): Likewise; also, plug a leak.
(gtk_file_chooser_default_remove_shortcut_folder): Simplify
through the use of shortcuts_remove_rows().
(gtk_file_chooser_default_list_shortcut_folders): Assert that we
don't get a volume.
(shortcuts_activate_iter): Simplify.
(home_folder_handler): Simplify by using
shortcuts_activate_iter().
(shortcuts_free): New function; frees all the data columns.
(gtk_file_chooser_default_finalize): Unref the
shortcuts_filter_model and the shortcuts model data first.
Manish Singh [Wed, 18 Aug 2004 15:45:13 +0000 (15:45 +0000)]
Applied patch from Olivier Andrieu to fix bug #150440.
Wed Aug 18 08:31:17 2004 Manish Singh <yosh@gimp.org>
* gtk/gtkiconview.c: Applied patch from Olivier Andrieu to fix
bug #150440.
* gtk/gtkicontheme.c (gtk_icon_theme_init): xdg_data_dirs should
match constness attributes of g_get_system_data_dirs ().
Manish Singh [Wed, 18 Aug 2004 15:38:21 +0000 (15:38 +0000)]
Shut up CVS
Matthias Clasen [Tue, 17 Aug 2004 19:51:11 +0000 (19:51 +0000)]
Look up icon themes in the directories specified in the icon theme spec:
2004-08-17 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkicontheme.c (gtk_icon_theme_init): Look up icon themes in the
directories specified in the icon theme spec: $HOME/.icons,
$XDG_DATA_DIRS/icons, /usr/share/pixmaps. Note that GTK+ used to also look
in $GTK_DATA_DIR/icons, $GTK_DATA_DIR/pixmaps and /usr/share/icons. (#148694)
Matthias Clasen [Tue, 17 Aug 2004 19:10:24 +0000 (19:10 +0000)]
Take widget->state into account when painting the shadows. (#150351, Tim
2004-08-17 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkframe.c (gtk_frame_paint): Take widget->state into account when
painting the shadows. (#150351, Tim Janik)
Matthias Clasen [Tue, 17 Aug 2004 18:24:06 +0000 (18:24 +0000)]
No need for INCLUDE_INTERNAL_SYMBOLS anymore.
2004-08-17 Matthias Clasen <mclasen@redhat.com>
* gtk/abicheck.sh: No need for INCLUDE_INTERNAL_SYMBOLS anymore.
* gdk/gdk.symbols: Don't use #if defined().
* gdk/Makefile.am (gdkalias.h):
* gtk/Makefile.am (gtkalias.h): Don't use cpp to filter gtk.symbols.
* gdk/makegdkalias.pl:
* gtk/makegtkalias.pl: Move the #ifdef processing into the perl script, and
keep the #ifdefs which differentiate between platforms.
* gtk/Makefile.am (gtk_private_h_sources): Remove gtkinternals.h, it is no
longer needed.
Matthias Clasen [Tue, 17 Aug 2004 16:52:04 +0000 (16:52 +0000)]
Use g_message() throughout, add RTL envar for rtl testing.
2004-08-17 Matthias Clasen <mclasen@redhat.com>
* tests/testfilechooserbutton.c: Use g_message() throughout, add RTL envar for
rtl testing.
* gtk/gtkfilechooserbutton.c: Get rid of HAVE_CONFIG_H.
(gtk_file_chooser_button_init): Use gtk_drag_dest_add_text_targets().
(gtk_file_chooser_button_drag_data_received): Use gtk_selection_data_get_text().
(gtk_file_chooser_button_set_dialog): _gtk_file_chooser_entry_set_base_folder()
seems to expect a path, not an uri.
(update_dialog): Handle g_filename_from_uri() returning NULL, don't free
info if it is NULL.
* gtk/gtkfilechooserbutton.h: Minor stylistic changes.
Matthias Clasen [Tue, 17 Aug 2004 16:21:46 +0000 (16:21 +0000)]
ADd GtkFileChooserButton docs.
Matthias Clasen [Tue, 17 Aug 2004 16:06:39 +0000 (16:06 +0000)]
New widget to go along with GtkFontButton and GtkColorButton for use in
2004-08-17 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkfilechooserbutton.[hc]: New widget to go along with
GtkFontButton and GtkColorButton for use in preference dialogs.
Replaces GnomeFileEntry. (#148108, James M. Cape)
* gtk/gtk.h: Include gtkfilechooserbutton.h
* gtk/Makefile.am (gtk_public_h_sources): Add gtkfilechooserbutton.h
(gtk_c_sources): Add gtkfilechooserbutton.c
* gtk/gtk.symbols: Add the GtkFileChooserButton symbols.
* gtk/gtkfilechooserutils.[hc]: Make the delegate quark available.
* gtk/gtkfilechooserentry.[hc] (_gtk_file_chooser_entry_new): Allow
to suppress tab-eating using the new eat_tabs argument. Adjust all
callers.
* tests/testfilechooserbutton.c: Test for GtkFileChooserButton.
* tests/Makefile.am (noinst_PROGRAMS): Add testfilechooserbutton
Morten Welinder [Mon, 16 Aug 2004 19:05:58 +0000 (19:05 +0000)]
Comment out mallinfo stuff. Fix g_print %-strings.
2004-08-16 Morten Welinder <terra@gnome.org>
* tests/testtreemodel.c (test_run): Comment out mallinfo stuff.
Fix g_print %-strings.
Matthias Clasen [Mon, 16 Aug 2004 18:38:55 +0000 (18:38 +0000)]
Doc update.
2004-08-16 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkwidget.c (gtk_widget_render_icon): Doc update.
* gtk/gtkiconfactory.c (render_icon_name_pixbuf): When the size is -1,
use the available size closest to 48. (#150147)
* gtk/gtkicontheme.c (gtk_icon_theme_get_icon_sizes): Actually return
a pointer to the beginning of the sizes array, not the end.
Morten Welinder [Mon, 16 Aug 2004 18:33:35 +0000 (18:33 +0000)]
Fix C99ism.
2004-08-16 Morten Welinder <terra@gnome.org>
* gtk/gtksequence.c (_gtk_sequence_set): Fix C99ism.
Christian Rose [Mon, 16 Aug 2004 17:23:05 +0000 (17:23 +0000)]
Added "bs" to ALL_LINGUAS. Added Bosnian translations by Kenan
2004-08-16 Christian Rose <menthos@menthos.com>
* configure.in: Added "bs" to ALL_LINGUAS.
* po/bs.po, po-properties/bs.po: Added Bosnian translations
by Kenan Hadžiavdić <kenanh@frisurf.no>.
Matthias Clasen [Mon, 16 Aug 2004 05:44:52 +0000 (05:44 +0000)]
Updates.
Matthias Clasen [Mon, 16 Aug 2004 05:43:50 +0000 (05:43 +0000)]
Fix #150125:
Mon Aug 16 01:35:25 2004 Matthias Clasen <maclas@gmx.de>
Fix #150125:
* gtk/gtkcombobox.[hc]: Add a ::focus-on-click property and
change the default behaviour to focus on click.
* gtk/gtkbutton.c (gtk_button_set_focus_on_click): Typo fix.
Matthias Clasen [Mon, 16 Aug 2004 05:06:31 +0000 (05:06 +0000)]
Count from the beginning of the line, not from the current position.
Mon Aug 16 01:03:08 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtktextiter.c (gtk_text_iter_set_visible_line_offset):
(gtk_text_iter_set_visible_line_index): Count from the
beginning of the line, not from the current position. (#150101,
Torsten Schoenfeld)
Tor Lillqvist [Sun, 15 Aug 2004 15:05:46 +0000 (15:05 +0000)]
Fix typo. The gtk.immodules file had never been included in my
2004-08-15 Tor Lillqvist <tml@iki.fi>
* gtk-zip.sh.in: Fix typo. The gtk.immodules file had never been
included in my zipfiles...!
* gtk/gtkfilesystemwin32.c (extract_icon): Improve handling of
icon alpha channel (on Windows XP) and mask (older Windows
versions). (#148641, Tim Evans)
Žygimantas Beručka [Sun, 15 Aug 2004 09:31:12 +0000 (09:31 +0000)]
Updated Lithuanian translation.
2004-08-15 Žygimantas Beručka <uid0@akl.lt>
* lt.po: Updated Lithuanian translation.
Matthias Clasen [Sun, 15 Aug 2004 06:36:23 +0000 (06:36 +0000)]
Make the use of S_ISFIFO and S_ISSOCK conditional. (#150146, Gustavo
Sun Aug 15 02:31:55 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtkfilesystemunix.c (get_icon_type_from_stat): Make
the use of S_ISFIFO and S_ISSOCK conditional. (#150146,
Gustavo Carneiro)
Tor Lillqvist [Sat, 14 Aug 2004 16:47:48 +0000 (16:47 +0000)]
gtk/gtkfilechooserdefault.c (shortcuts_append_home,
2004-08-14 Tor Lillqvist <tml@iki.fi>
* gtk/gtkfilechooserdefault.c (shortcuts_append_home,
shortcuts_append_desktop, set_local_only)
* gtk/gtkfilesystemwin32.c (gtk_file_system_win32_render_icon)
* gtk/gtkpathbar.c (find_button_type, _gtk_path_bar_set_file_system):
Guard against g_get_home_dir() returning NULL. (#150007)
Soeren Sandmann [Sat, 14 Aug 2004 15:59:39 +0000 (15:59 +0000)]
New function.
Sat Aug 14 17:56:33 2004 Soeren Sandmann <sandmann@daimi.au.dk>
* gtk/gtkentry.c (gtk_entry_get_pixel_ranges): New function.
* gtk/gtkentry.c (in_selection): New function using
gtk_entry_get_pixel_ranges() to determine whether a click is in
the selection. Improve entry behavior wrt. dragging and
selecting. Bug #143249.
Sat Aug 14 17:53:46 2004 Soeren Sandmann <sandmann@daimi.au.dk>
* configure.in: Require glib 2.5.2
* gtk/gtksequence.[ch]: New internal data structure.
* gtk/gtkliststore.[hc]: Reimplement in terms of new data
structure
* tests/Makefile.am (testtreemodel_SOURCES):
* tests/testtreemodel.c: New test program written by Matthias.
Matthias Clasen [Fri, 13 Aug 2004 18:09:29 +0000 (18:09 +0000)]
Don't install the settings_notify_cb from here, since it may be called
* gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_style_set):
Don't install the settings_notify_cb from here, since it
may be called before the first screen_changed signal,
confusing the logic in gtk_file_chooser_screen_changed().
(#148803, Abel Daniel)
cinamod [Fri, 13 Aug 2004 17:07:17 +0000 (17:07 +0000)]
don't draw handle box grippies for GtkPaned
Matthias Clasen [Fri, 13 Aug 2004 17:03:13 +0000 (17:03 +0000)]
Remove leftover debugging output
cinamod [Fri, 13 Aug 2004 16:56:30 +0000 (16:56 +0000)]
draw handle box tearoffs properly now in XP mode
Matthias Clasen [Fri, 13 Aug 2004 16:50:32 +0000 (16:50 +0000)]
Make re-sensitivation work in menu mode.
2004-08-13 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkcombobox.c: Make re-sensitivation work
in menu mode.
cinamod [Fri, 13 Aug 2004 15:32:19 +0000 (15:32 +0000)]
make things etched-in
Matthias Clasen [Fri, 13 Aug 2004 13:48:20 +0000 (13:48 +0000)]
Fix the docs build.
Matthias Clasen [Fri, 13 Aug 2004 05:11:24 +0000 (05:11 +0000)]
Make fixed height mode handle insertions. (135955, Michael Vogt, testcase
Fri Aug 13 01:06:56 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtktreeview.c (gtk_tree_view_row_inserted):
Make fixed height mode handle insertions. (135955,
Michael Vogt, testcase by Tim-Philipp Müller, fix by
Pawel Salek)
Matthias Clasen [Fri, 13 Aug 2004 04:42:10 +0000 (04:42 +0000)]
Add missing include.
Matthias Clasen [Fri, 13 Aug 2004 04:00:29 +0000 (04:00 +0000)]
Fix #149547, Markus Lausser:
Thu Aug 12 23:52:12 2004 Matthias Clasen <maclas@gmx.de>
Fix #149547, Markus Lausser:
* gtk/gtkcombobox.c (gtk_combo_box_size_allocate):
* gtk/gtkcombobox.c (gtk_combo_box_size_request): Don't
crash if size_request or size_allocate are called early.
* gtk/gtkcombobox.c (gtk_combo_box_size_allocate): Protect
against being allocated too small.
Matthias Clasen [Fri, 13 Aug 2004 03:18:35 +0000 (03:18 +0000)]
Remove an accidentally added include.
Thu Aug 12 23:18:03 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtkhandlebox.c: Remove an accidentally added include.
Matthias Clasen [Fri, 13 Aug 2004 02:26:57 +0000 (02:26 +0000)]
Properly determine the number of colors in an OS/2 BMP file. (#150003,
Thu Aug 12 22:19:12 2004 Matthias Clasen <maclas@gmx.de>
* io-bmp.c (DecodeHeader): Properly determine the number of
colors in an OS/2 BMP file. (#150003, Jon-Kare Hellan)
Matthias Clasen [Fri, 13 Aug 2004 01:10:38 +0000 (01:10 +0000)]
Adjust to GtkAboutDialog API changes.
Thu Aug 12 21:02:57 2004 Matthias Clasen <maclas@gmx.de>
* demos/gtk-demo/appwindow.c (about_cb): Adjust to GtkAboutDialog API changes.
* gtk/gtkaboutdialog.h:
* gtk/gtkaboutdialog.c (gtk_about_dialog_set_email_hook):
(gtk_about_dialog_set_url_hook): Add callback data and destroy notify
for language bindings. (#149999, Olivier Andrieu)
Matthias Clasen [Thu, 12 Aug 2004 21:09:03 +0000 (21:09 +0000)]
Underscore-prefix gtk_file_system_module_get_type(). Underscore-prefix
2004-08-12 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkfilesystem.c: Underscore-prefix gtk_file_system_module_get_type().
* gtk/gtkfilechooserdefault.c: Underscore-prefix shortcuts_model_filter_get_type().
* gtk/gtkimmodule.c: Make gtk_im_module_get_type() static.
* gtk/gtk.symbols:
* gtk/gtkinternals.h: Remove the no longer exported get_type functions.
Matthias Clasen [Thu, 12 Aug 2004 14:17:30 +0000 (14:17 +0000)]
Remove C99-isms. (#149967, Vincent Noel)
2004-08-12 Matthias Clasen <mclasen@redhat.com>
* pixops/pixops.c: Remove C99-isms. (#149967, Vincent Noel)
Matthias Clasen [Thu, 12 Aug 2004 05:37:10 +0000 (05:37 +0000)]
Make the icon view accessible by implementing the necesssary ATK
Thu Aug 12 01:35:46 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtkiconview.c: Make the icon view accessible by
implementing the necesssary ATK interfaces. (#149728,
Padraig O'Briain)
Matthias Clasen [Thu, 12 Aug 2004 04:03:54 +0000 (04:03 +0000)]
Link to information about allowed action names. (#149620, David Malcolm)
Thu Aug 12 00:02:29 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtkaction.c (gtk_action_new): Link to information about
allowed action names. (#149620, David Malcolm)
Matthias Clasen [Thu, 12 Aug 2004 03:25:49 +0000 (03:25 +0000)]
Add setters for the ::sensitive and ::visible properties of GtkAction.
Wed Aug 11 23:14:25 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtk.symbols:
* gtk/gtkaction.h:
* gtk/gtkaction.c (gtk_action_set_sensitive):
(gtk_action_set_visible): Add setters for the ::sensitive
and ::visible properties of GtkAction. (#149622, David Malcolm)
Federico Mena Quintero [Thu, 12 Aug 2004 03:07:01 +0000 (03:07 +0000)]
Fix #149422, #143457:
2004-08-11 Federico Mena Quintero <federico@ximian.com>
Fix #149422, #143457:
* gtk/gtkfilechooserdefault.c
(gtk_file_chooser_default_should_respond): Rewrite to take the
current focus into account, the contents of the save entry, and
the last focus for the shortcuts list.
(switch_to_selected_folder): We don't need an assertion on the
action here.
Matthias Clasen [Thu, 12 Aug 2004 02:57:20 +0000 (02:57 +0000)]
Check all symbols.
Wed Aug 11 22:56:55 2004 Matthias Clasen <maclas@gmx.de>
* abicheck.sh: Check all symbols.
Matthias Clasen [Thu, 12 Aug 2004 00:56:32 +0000 (00:56 +0000)]
Add shortcuts_model_filter_get_type.
Wed Aug 11 20:56:00 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtkinternals.h:
* gtk/gtk.symbols: Add shortcuts_model_filter_get_type.
* gtk/abicheck.sh: Check all symbols.
Matthias Clasen [Thu, 12 Aug 2004 00:46:43 +0000 (00:46 +0000)]
Add the XDG_PREFIX to this function as well.
Wed Aug 11 20:44:35 2004 Matthias Clasen <maclas@gmx.de>
* xdgmime.h (xdg_mime_shutdown): Add the XDG_PREFIX to
this function as well.
Matthias Clasen [Wed, 11 Aug 2004 23:21:05 +0000 (23:21 +0000)]
Don't start a drag if the treeview is only a drag destination. (#149836,
Wed Aug 11 19:20:34 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtktreeview.c (gtk_tree_view_maybe_begin_dragging_row):
Don't start a drag if the treeview is only a
drag destination. (#149836, Pawel Salek)
Matthias Clasen [Wed, 11 Aug 2004 15:08:24 +0000 (15:08 +0000)]
Underscore-prefix gtk_tree_data_list_compare_func.
2004-08-11 Matthias Clasen <mclasen@redhat.com>
* gtk/gtktreedatalist.[hc]:
* gtk/gtkliststore.c:
* gtk/gtktreestore.c: Underscore-prefix gtk_tree_data_list_compare_func.
* gtk/gtk.symbols: Remove gtk_tree_data_list_compare_func.
* gtk/makegtkalias.pl: No need to include gtktreedatalist.h any more.
Matthias Clasen [Wed, 11 Aug 2004 14:47:41 +0000 (14:47 +0000)]
Make scaling and compositing functions handle edge pixels consistently.
2004-08-11 Matthias Clasen <mclasen@redhat.com>
* pixops/pixops.c: Make scaling and compositing functions handle
edge pixels consistently. (#111922, Brian Cameron)
Matthias Clasen [Wed, 11 Aug 2004 14:23:31 +0000 (14:23 +0000)]
underscore prefix the mmx implementations, in order to not export them.
2004-08-11 Matthias Clasen <mclasen@redhat.com>
* pixops/pixops-internal.h:
* pixops/pixops.c:
* pixops/*.S: underscore prefix the mmx implementations, in order
to not export them.
* gdk-pixbuf.symbols: Remove the mmx pixops implementations.
* abicheck.sh: No need to define INCLUDE_MMX_SYMBOLS any more.
Matthias Clasen [Wed, 11 Aug 2004 13:59:38 +0000 (13:59 +0000)]
Add gdk-pixbuf-alias.h
2004-08-11 Matthias Clasen <mclasen@redhat.com>
* gdk-pixbuf/Makefile.am (IGNORE_HFILES): Add gdk-pixbuf-alias.h
Matthias Clasen [Wed, 11 Aug 2004 04:10:18 +0000 (04:10 +0000)]
Add hidden aliases for exported symbols which are used internally in order
Tue Aug 10 23:53:59 2004 Matthias Clasen <maclas@gmx.de>
Add hidden aliases for exported symbols which are
used internally in order to get rid of many PLT
entries. (#145519, Arjan van de Ven)
* gdk/Makefile.am: Add rules to generate gdk_pixbuf.def and
gdk-pixbuf-alias.h from gdk-pixbuf.symbols, and make make
check check the abi with abicheck.sh.
* gdk/gdk-pixbuf.symbols: New file. Definition of the gdk-pixbuf
ABI. The file can be processed by cpp to filter out certain
subsets of symbols.
* gdk/abicheck.sh: New file. Script to check the actually
symbols exported from libgdk_pibuf.2.0.so against the symbols
found in gdk-pixbuf.symbols.
* gdk/makegdkpixbufalias.pl: New file. Perl script to generate the
header containing the alias definitions for internally used
exported symbols from a list of symbols.
* *.c: Include gdk-pixbuf-alias.h
Matthias Clasen [Tue, 10 Aug 2004 22:58:59 +0000 (22:58 +0000)]
*** empty log message ***
Matthias Clasen [Tue, 10 Aug 2004 21:18:33 +0000 (21:18 +0000)]
Define TESTS, not TEST, so that make check actually triggers abicheck.sh.
2004-08-10 Matthias Clasen <mclasen@redhat.com>
* gdk/Makefile.am:
* gtk/Makefile.am: Define TESTS, not TEST, so that make check
actually triggers abicheck.sh.
Matthias Clasen [Tue, 10 Aug 2004 20:10:56 +0000 (20:10 +0000)]
Include glib.h before using glib symbols. D'oh.
2004-08-10 Matthias Clasen <mclasen@redhat.com>
* gdk/makegdkalias.pl:
* gtk/makegtkalias.pl: Include glib.h before using glib symbols. D'oh.
Matthias Clasen [Tue, 10 Aug 2004 18:57:41 +0000 (18:57 +0000)]
Protect gtkalias.h by G_HAVE_GNUC_VISIBILITY.
2004-08-10 Matthias Clasen <mclasen@redhat.com>
* gdk/makegdkalias.pl:
* gtk/makegtkalias.pl: Protect gtkalias.h by G_HAVE_GNUC_VISIBILITY.
Matthias Clasen [Tue, 10 Aug 2004 17:50:31 +0000 (17:50 +0000)]
Include gtkalias.h in the generated sources gtkmarhalers.c and
2004-08-10 Matthias Clasen <mclasen@redhat.com>
* gtk/Makefile.am: Include gtkalias.h in the generated
sources gtkmarhalers.c and gtkmarshal.c.
* gtk/makegtkalias.pl: Cosmetic fix.
* gdk/Makefile.am: Remove the . which was accidentally added
to SUBDIRS. Include gdkalias.h in the generated sources
gdkenumtypes.c and gdkmarshalers.c.
* gdk/makegdkalias.pl: Cosmetic fix.
* gdk/Makefile.am: Add gdkalias.h to BUILT_SOURCES.
Matthias Clasen [Tue, 10 Aug 2004 05:15:33 +0000 (05:15 +0000)]
Add gdkalias.h to BUILT_SOURCES.
2004-08-10 Matthias Clasen <mclasen@redhat.com>
* gdk/Makefile.am: Add gdkalias.h to BUILT_SOURCES.
Hans Breuer [Mon, 9 Aug 2004 21:32:58 +0000 (21:32 +0000)]
autogenerate gtk.def, cleanup
2004-08-09 Hans Breuer <hans@breuer.org>
* gtk/makefile.msc.in : autogenerate gtk.def, cleanup
* gdk/win32/gdkwindow-win32.c gdk/win32/gdkevents-win32.c :
removed long time unused ifdef/ed code (WITHOUT_WM_CREATE),
removed duplicated call to gdk_window_set_cursor()
David Lodge [Mon, 9 Aug 2004 20:47:24 +0000 (20:47 +0000)]
Updated Old English translation
2004-08-09 David Lodge <dave@cirt.net>
* ang.po: Updated Old English translation
Matthias Clasen [Mon, 9 Aug 2004 20:14:43 +0000 (20:14 +0000)]
Add hidden aliases for exported symbols which are used internally in order
Mon Aug 9 15:41:17 2004 Matthias Clasen <maclas@gmx.de>
Add hidden aliases for exported symbols which are
used internally in order to get rid of many PLT
entries. (#145519, Arjan van de Ven)
* gdk/Makefile.am: Add rules to generate gdk.def and
gdkalias.h from gdk.symbols, and make make check check
the abi with abicheck.sh.
* gdk/gdk.symbols: New file. Definition of the GDK ABI.
The file can be processed by cpp to filter out certain
subsets of symbols.
* gdk/abicheck.sh: New file. Script to check the actually
symbols exported from libgdk-x11.2.0.so against the symbols
found in gdk.symbols.
* gdk/makegdkalias.pl: New file. Perl script to generate the
header containing the alias definitions for internally used
exported symbols from a list of symbols.
* gdk/*.c, gdk/x11/*.c: Include gdkalias.h
Morten Welinder [Mon, 9 Aug 2004 19:58:05 +0000 (19:58 +0000)]
Fix C99ism.
2004-08-09 Morten Welinder <terra@gnome.org>
* gdk/x11/gdkdnd-x11.c (gdk_drag_drop_succeeded): Fix C99ism.
Matthias Clasen [Mon, 9 Aug 2004 19:38:33 +0000 (19:38 +0000)]
Also revert GTK_TEXT_USE_INTERNAL_UNSUPPORTED_API to its old status.
Mon Aug 9 15:27:01 2004 Matthias Clasen <maclas@gmx.de>
* gtk/makegtkalias.pl: Also revert
GTK_TEXT_USE_INTERNAL_UNSUPPORTED_API to its old status.
Matthias Clasen [Mon, 9 Aug 2004 19:21:42 +0000 (19:21 +0000)]
Add the exported functions gdk_rgb_colormap_ditherable(),
Mon Aug 9 15:19:34 2004 Matthias Clasen <maclas@gmx.de>
* gdk/gdk.h:
* gdk/gdkrgb.h: Add the exported functions
gdk_rgb_colormap_ditherable(), gdk_pointer_grab_info_libgtk_only(),
gdk_keyboard_grab_info_libgtk_only() to the appropriate
headers.